PDF4Java Reference Documentation
com.o2sol.pdf4java.core.collections Package
/
Collection<T> Class
/ remove Method
element to be removed from this list, if present
Collapse All
Expand All
In This Topic
remove Method
In This Topic
Removes an object from the collection.
Syntax
public
boolean
remove( java.lang.Object
o
)
Parameters
o
element to be removed from this list, if present
Return Value
True if the object has been removed.
See Also
Reference
Collection<T> Class
Collection<T> Members